home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / The Treasure Hunt / SHARED.Dxr / 00997_chest.ls < prev    next >
Encoding:
Text File  |  1994-09-16  |  313 b   |  13 lines

  1. on mouseUp
  2.   global captain, tos
  3.   set captain to 0
  4.   set the castNum of sprite the clickOn to the number of cast "captain"
  5.   set the locV of sprite 46 to 527
  6.   set the locV of sprite 47 to 527
  7.   puppetSound(0)
  8.   set the mouseDownScript to EMPTY
  9.   set the timeoutScript to tos
  10.   updateStage()
  11.   go(marker(0))
  12. end
  13.